object frmCodetplEntry: TfrmCodetplEntry Left = 286 Top = 270 BorderStyle = bsDialog Caption = 'frmCodetplEntry' ClientHeight = 279 ClientWidth = 381 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object lblName: TLabel Left = 75 Top = 16 Width = 38 Height = 13 Alignment = taRightJustify Caption = 'lblName' end object lblDesc: TLabel Left = 78 Top = 50 Width = 35 Height = 13 Alignment = taRightJustify Caption = 'lblDesc' end object lblValue: TLabel Left = 16 Top = 88 Width = 37 Height = 13 Caption = 'lblValue' end object EdName: TEdit Left = 118 Top = 13 Width = 243 Height = 21 TabOrder = 0 OnChange = EdNameChange end object EdDesc: TEdit Left = 118 Top = 47 Width = 243 Height = 21 TabOrder = 1 end object SMValue: TSyntaxMemo Left = 11 Top = 104 Width = 350 Height = 127 HelpContext = 1010 ClipCopyFormats = [smTEXT, smRTF] Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Courier New' Font.Style = [] GutterFont.Charset = DEFAULT_CHARSET GutterFont.Color = clWindowText GutterFont.Height = -11 GutterFont.Name = 'MS Sans Serif' GutterFont.Style = [] HyperCursor = crDefault IndentStep = 1 Margin = 2 Modified = False MonoPrint = True Options = [smoSyntaxHighlight, smoPrintWrap, smoPrintLineNos, smoPrintFilename, smoPrintDate, smoPrintPageNos, smoAutoIndent, smoTabToColumn, smoWordSelect, smoShowRMargin, smoShowGutter, smoShowWrapColumn, smoTitleAsFilename, smoBlockOverwriteCursor, smoShowWrapGlyph, smoColumnTrack] ReadOnly = False RightMargin = 80 SaveFormat = sfTEXT ScrollBars = ssBoth SelLineStyle = lsCRLF SelStart = 0 SelLength = 0 SelTextColor = clWhite SelTextBack = clTeal TabDefault = 4 TabOrder = 2 Version = '3.00.39' VisiblePropEdPages = [ppOPTIONS, ppHIGHLIGHTING, ppKEYS, ppAUTOCORRECT, ppTEMPLATES] WrapAtColumn = 2048 CanMoveGutter = False ActiveParser = 1 end object btnOK: TButton Left = 109 Top = 243 Width = 75 Height = 25 Caption = 'btnOK' ModalResult = 1 TabOrder = 3 end object btnCancel: TButton Left = 197 Top = 243 Width = 75 Height = 25 Caption = 'btnCancel' ModalResult = 2 TabOrder = 4 end end